SigNoz Troubleshooting

#signoz

SigNoz の Open Telemetry Collector に接続できるか。等を検証できるツール
https://github.com/SigNoz/troubleshoot

./troubleshoot checkEndpoint --endpoint=localhost:4317

などで実行できる

コンテナイメージも提供されているため以下でも実行可能

docker run -it --rm signoz/troubleshoot checkEndpoint --endpoint=172.17.0.1:4317

実行すると以下のようにデータを送ったログが出力される

docker run -it --rm signoz/troubleshoot checkEndpoint -e host.docker.internal:4317
2025-01-26T16:30:05.492Z        INFO    troubleshoot/main.go:28 STARTING!
2025-01-26T16:30:05.497Z        INFO    checkEndpoint/checkEndpoint.go:41       checking reachability of SigNoz endpoint
2025-01-26T16:30:05.558Z        INFO    troubleshoot/main.go:46 Successfully sent sample data to signoz ...